home *** CD-ROM | disk | FTP | other *** search
/ PC Zone 81 / Dppcz1099.iso / Patches / Spy Hunter / SpyPatch.exe / SPYHD.BAT < prev    next >
DOS Batch File  |  1999-06-24  |  639b  |  18 lines

  1. @echo off
  2. if not exist game2.inf goto notinstalled
  3. if not exist spyhuntr.bmp goto notinstalled
  4. echo Running patched Spy Hunter...
  5. spypatch 6
  6. exit
  7. :notinstalled
  8. echo You should only use SpyHD.bat if you have copied Spy Hunter from the CD
  9. echo to your hard drive.  (If you do this, SpyHD.bat and SpyPatch.exe should be
  10. echo in the same directory with Spy Hunter.)
  11. echo.
  12. echo However, it is not necessary to do this to apply the patch.  If you want
  13. echo to continue to run Spy Hunter from the CD, but with the patch applied,
  14. echo simply double-click on SpyPatch.exe once to permanently install the CD
  15. echo patch.
  16. echo.
  17. pause
  18.